From 332a7c9c6e20b581ee638ba08b58c35b092f4bed Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 21 Feb 2013 15:14:25 +0800 Subject: [PATCH] Update GDK Visual Studio projects Link to winmm.lib as well, as we are now using timeEndPeriod() and timeBeginPeriod() since commit 5dbf814f (win32: Request higher precision timers during animations). --- build/win32/vs10/gdk.vcxprojin | 8 ++++---- build/win32/vs9/gdk.vcprojin | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build/win32/vs10/gdk.vcxprojin b/build/win32/vs10/gdk.vcxprojin index 11f47c4fa0..4eb739b9cf 100644 --- a/build/win32/vs10/gdk.vcxprojin +++ b/build/win32/vs10/gdk.vcxprojin @@ -86,7 +86,7 @@ EditAndContinue - imm32.lib;%(AdditionalDependencies) + imm32.lib;winmm.lib;%(AdditionalDependencies) $(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll $(IntDir)gdk.def true @@ -106,7 +106,7 @@ ProgramDatabase - imm32.lib;%(AdditionalDependencies) + imm32.lib;winmm.lib;%(AdditionalDependencies) $(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll $(IntDir)gdk.def true @@ -131,7 +131,7 @@ ProgramDatabase - imm32.lib;%(AdditionalDependencies) + imm32.lib;winmm.lib;%(AdditionalDependencies) $(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll $(IntDir)gdk.def true @@ -151,7 +151,7 @@ ProgramDatabase - imm32.lib;%(AdditionalDependencies) + imm32.lib;winmm.lib;%(AdditionalDependencies) $(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll $(IntDir)gdk.def true diff --git a/build/win32/vs9/gdk.vcprojin b/build/win32/vs9/gdk.vcprojin index e41cd7c20f..dffea3c3dc 100644 --- a/build/win32/vs9/gdk.vcprojin +++ b/build/win32/vs9/gdk.vcprojin @@ -42,7 +42,7 @@ />